home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 127_01.zip / VIEWTRS2.SS < prev    next >
Text File  |  1993-06-17  |  3KB  |  144 lines

  1. !---------------------------------------------------------------------------
  2. ! File V.SS: RAP SS file for the TRS-80 Model II
  3. !---------------------------------------------------------------------------
  4.  
  5. !---------------------------------------------------------------------------
  6. !                    COMMANDS TO RAP
  7. !        (This section MUST be the first in the SS file)
  8. !---------------------------------------------------------------------------
  9.  
  10. .ou 1
  11. .rm 65! <-- you may want to remove this
  12.  
  13. !---------------------------------------------------------------------------
  14. !                  HARDWARE INFORMATION
  15. !---------------------------------------------------------------------------
  16.  
  17. !---------------------------------------------------------------------------
  18. !               USERS PERSONAL SUBSTITUTIONS
  19. !---------------------------------------------------------------------------
  20.  
  21. {LH{
  22. .nf
  23. .ce 3
  24. Department of Microbiology
  25. University of Massachusetts
  26. Amherst, MA 01003
  27. .fi
  28.  
  29. !---------------------------------------------------------------------------
  30. !                    BUILT-IN SUBSTITUTIONS
  31. !---------------------------------------------------------------------------
  32.  
  33. !INITIALIZATION
  34.  
  35. }init}
  36. ! NORMAL VIDEO
  37.  
  38. !BOLDFACE
  39.  
  40. }b+}
  41. }tag}
  42.  
  43. }b-}
  44. }normal}
  45.  
  46. !FONT CHANGES
  47.  
  48. !}fn-open}
  49.  
  50.  
  51. !}fn_close}
  52.  
  53.  
  54. !JUSTIFICATION
  55.  
  56. !}forceprint} NONE
  57.  
  58. !}just1} NONE
  59.  
  60. !}just2} NONE
  61.  
  62. !MODE
  63.  
  64. !}center} NONE
  65.  
  66. !}left}! flush left = restore mode in RAP
  67. !}normal}
  68.  
  69. !}right} NONE
  70.  
  71. !
  72. !SUBSCRIPTS
  73.  
  74. }d1}
  75. }tag}
  76.  
  77. }u2}
  78. }normal}
  79.  
  80. !SUPERSCRIPTS
  81.  
  82. }u1}
  83. }tag}
  84.  
  85. }d2}
  86. }normal}
  87.  
  88. !UNDERLINING
  89.  
  90. }u+}
  91. }tag}
  92.  
  93. }u-}
  94. }normal}
  95.  
  96. !---------------------------------------------------------------------------
  97. !                         GREEK LETTERS
  98. !---------------------------------------------------------------------------
  99. {alpha{
  100. }tag}a}normal}
  101.  
  102. {beta{
  103. }tag}b}normal}
  104.  
  105. {gamma{
  106. }tag}g}normal}
  107.  
  108. {mu{
  109. }tag}m}normal}
  110.  
  111. {lambda{
  112. }tag}l}normal}
  113.  
  114. {PHI{
  115. }tag}P}normal}
  116. !---------------------------------------------------------------------------
  117. !          TERMINAL/PRINTER SPECIFIC (NOT BUILT-IN)
  118. !---------------------------------------------------------------------------
  119.  
  120. }tag}
  121. 
  122.  
  123. }normal}
  124. 
  125.  
  126. }dotdot}
  127.  . . . !
  128.  
  129. }space}
  130.      !
  131.  
  132. !---------------------------------------------------------------------------
  133. !               USERS PERSONAL SUBSTITUTIONS
  134. !---------------------------------------------------------------------------
  135.  
  136. {cr{
  137. }u1}51}d2}Cr
  138.  
  139. !---------------------------------------------------------------------------
  140. !                    END OF V.SS FOR TRS-80 MODEL II
  141. !---------------------------------------------------------------------------
  142. 
  143.  
  144. !-----------------------------------